CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / ClassObjectResponse Json Schema
ClassObjectResponse Json Schema
Description
The results of the objects get query
Overview
ClassObjectResponse
The results of the objects get query
Objects : Array[CimObjectInstance]
An array of the CimObjectInstance objects to create/update.
ID : string
is a string indicating the ID of the object
ClassID : string
is a string indicating the class of the object
Description : string
is a string indicating the description of the object instance
Attributes : Array[CimAttribute]
An array of attributes used in the configuration of the objects instance.
ID : string
is a string indicating the ID of the attribute
Value : string
is a string containing the value of the attribute.
Routing : Array[string]
An array of roles the alarms created by the this object are routed to
Properties
NameDescriptionData Type
An array of the CimObjectInstance objects to create/update.Array[CimObjectInstance]
See Also